home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
stk110
/
smp.com
/
BULLET.SMP
< prev
next >
Wrap
Text File
|
1990-09-16
|
239b
|
12 lines
/* SMP1 Sprite shape and mask bitmaps created by the SPRED */
#define bullet_width 8
#define bullet_height 4
unsigned char bullet_shape[] = {
0x00,0x18,0x18,0x00,
};
unsigned char bullet_mask[] = {
0xE7,0xC3,0xC3,0xE7,
};